younisali

Be descriptive. Saying “playing video on YouTube is always choppy” will help us understand the issue better than saying “something is wrong” or “the app is broken”. … (read more)

Be descriptive. Saying “playing video on YouTube is always choppy” will help us understand the issue better than saying “something is wrong” or “the app is broken”.

Asked by Younis Ali 3 minutes ago

younisali

Be descriptive. Saying “playing video on YouTube is always choppy” will help us understand the issue better than saying “something is wrong” or “the app is broken”. … (read more)

Be descriptive. Saying “playing video on YouTube is always choppy” will help us understand the issue better than saying “something is wrong” or “the app is broken”.

Asked by Younis Ali 4 minutes ago

younisali

descriptive. Saying “playing video on YouTube is always choppy” will help us understand the issue better than saying “something is wrong” or “the app is broken”.

Asked by Younis Ali 7 minutes ago

Syncing bookmarks to a new laptop

Hi, I'd love some help with this issue please. I have just bought a new Surface laptop and enabled sync from my desktop. But many of the bookmarks and none of the bookmar… (read more)

Hi, I'd love some help with this issue please. I have just bought a new Surface laptop and enabled sync from my desktop. But many of the bookmarks and none of the bookmark folders came across. I uninstalled and reinstalled Firefox but with the same result. I have an old Surface laptop that the new one is replacing and the syncing has worked perfectly on that. Any help would be really appreciated. Cheers, Graham

Asked by grahamchauvin 12 minutes ago

Disabling spellcheck does not work on Outlook

I have untoggled the spellcheck but whenever I send an email in Outlook it still underlines supposedly incorrect words. Now I am sending emails in German on a "German"ke… (read more)

I have untoggled the spellcheck but whenever I send an email in Outlook it still underlines supposedly incorrect words. Now I am sending emails in German on a "German"keyboard. Would this make a difference ? I hope to be able to do an email without the annoying red underlines when the words are correct.

Asked by Tony Lamdin 26 minutes ago

Firefox crashed

Firefox crashed (version 136.0). It stopped responding but no Crash Report appeared. I closed and restarted it and at the moment, it's working.

Asked by Wayne Carpenter 1 hour ago

How to remove old profile that has been hacked and stop it from syncing?

So very recently my main pc was hacked. Long story short, the best I could do was have my Microsoft account suspended. Now I am making new accounts for everything, includ… (read more)

So very recently my main pc was hacked. Long story short, the best I could do was have my Microsoft account suspended. Now I am making new accounts for everything, including here. But my new account is attempting to sync with the old one. I don't want that to happen. I can't sign in to the old one to remove it since I can no longer access it. I am deathly afraid that this account will also be hacked due to it attempting to sync with the old one. Is that possible? And is there a way to remove the old one. I don't think my mind will be at ease till I can have a fresh start. I have requested Microsoft to completely delete the hacked account instead of simply suspending it, but I am unsure if that will do anything here.

Asked by theoliverhenderson 1 hour ago

css code for chrome files no longer works

Recently (around Fx 134) css code for chrome files stopped working. The code I use is set out below. It previously changed the background colour to tan ( #dbc3a3 ), the… (read more)

Recently (around Fx 134) css code for chrome files stopped working. The code I use is set out below. It previously changed the background colour to tan ( #dbc3a3 ), the text colour to dark blue ( #000080 ) and the font size to 17 px. The code found at the following location also no longer works for chrome files : https://gist.github.com/MrOtherGuy/c592f6443dd228022966cbe5715ad5c9

@-moz-document url-prefix("about:"), url-prefix("chrome://"), url-prefix("resource://"){

 :root {
     --in-content-page-color: #000080 !important;
     --in-content-text-color: #000080 !important;
     --in-content-page-background: #dbc3a3 !important;
     --in-content-box-background: #e2cfb6 !important;
     --in-content-deemphasized-text: var(--in-content-text-color) !important;
     scrollbar-color: #6495ed #d9d9d9 !important; 
     --background-color-box: var(--in-content-page-background) !important;
     --text-color: var(--in-content-text-color) !important;      
     color:var(--in-content-text-color) !important;
     --background-color-canvas: var(--in-content-page-background) !important;
     --table-row-background-color-alternate: var(--in-content-box-background) !important;    
 menulist > menupopup{ background-color: var(--in-content-page-background) !important; }}}
 

@-moz-document url-prefix("chrome:") {

 html, body, div, h1, p, table, td, tr { background-color: #dbc3a3 !important;
   color: #000080 !important;
   font-size: 17px !important; }
 tr:hover { background-color: #b3d1ff !important; }
 tr.odd:hover { background-color: #b3d1ff !important; }

}

Asked by Terry 2 hours ago

css code for chrome files no longer works

Recently (around Fx 134) css code for chrome files stopped working. The code I use is set out below. It previously changed the background colour to tan ( #dbc3a3 ), the… (read more)

Recently (around Fx 134) css code for chrome files stopped working. The code I use is set out below. It previously changed the background colour to tan ( #dbc3a3 ), the text colour to dark blue ( #000080 ) and the font size to 17 px. The code found at the following location also no longer works for chrome files : https://gist.github.com/MrOtherGuy/c592f6443dd228022966cbe5715ad5c9

@-moz-document url-prefix("about:"), url-prefix("chrome://"), url-prefix("resource://"){

 :root {
     --in-content-page-color: #000080 !important;
     --in-content-text-color: #000080 !important;
     --in-content-page-background: #dbc3a3 !important;
     --in-content-box-background: #e2cfb6 !important;
     --in-content-deemphasized-text: var(--in-content-text-color) !important;
     scrollbar-color: #6495ed #d9d9d9 !important; 
     --background-color-box: var(--in-content-page-background) !important;
     --text-color: var(--in-content-text-color) !important;      
     color:var(--in-content-text-color) !important;
     --background-color-canvas: var(--in-content-page-background) !important;
     --table-row-background-color-alternate: var(--in-content-box-background) !important;    
 menulist > menupopup{ background-color: var(--in-content-page-background) !important; }}}
 

@-moz-document url-prefix("chrome:") {

 html, body, div, h1, p, table, td, tr { background-color: #dbc3a3 !important;
   color: #000080 !important;
   font-size: 17px !important; }
 tr:hover { background-color: #b3d1ff !important; }
 tr.odd:hover { background-color: #b3d1ff !important; }

}

Asked by Terry 2 hours ago

css code for chrome files no longer works

Recently (around Fx 134) css code for chrome files stopped working. The code I use is set out below. It previously changed the background colour to tan ( #dbc3a3 ), the… (read more)

Recently (around Fx 134) css code for chrome files stopped working. The code I use is set out below. It previously changed the background colour to tan ( #dbc3a3 ), the text colour to dark blue ( #000080 ) and the font size to 17 px. The code found at the following location also no longer works for chrome files : https://gist.github.com/MrOtherGuy/c592f6443dd228022966cbe5715ad5c9

@-moz-document url-prefix("about:"), url-prefix("chrome://"), url-prefix("resource://"){

 :root {
     --in-content-page-color: #000080 !important;
     --in-content-text-color: #000080 !important;
     --in-content-page-background: #dbc3a3 !important;
     --in-content-box-background: #e2cfb6 !important;
     --in-content-deemphasized-text: var(--in-content-text-color) !important;
     scrollbar-color: #6495ed #d9d9d9 !important; 
     --background-color-box: var(--in-content-page-background) !important;
     --text-color: var(--in-content-text-color) !important;      
     color:var(--in-content-text-color) !important;
     --background-color-canvas: var(--in-content-page-background) !important;
     --table-row-background-color-alternate: var(--in-content-box-background) !important;    
 menulist > menupopup{ background-color: var(--in-content-page-background) !important; }}}
 

@-moz-document url-prefix("chrome:") {

 html, body, div, h1, p, table, td, tr { background-color: #dbc3a3 !important;
   color: #000080 !important;
   font-size: 17px !important; }
 tr:hover { background-color: #b3d1ff !important; }
 tr.odd:hover { background-color: #b3d1ff !important; }

}

Asked by Terry 2 hours ago

css code for chrome files no longer works

Recently (around Fx 134) css code for chrome files stopped working. The code I use is set out below. It previously changed the background colour to tan ( #dbc3a3 ), the… (read more)

Recently (around Fx 134) css code for chrome files stopped working. The code I use is set out below. It previously changed the background colour to tan ( #dbc3a3 ), the text colour to dark blue ( #000080 ) and the font size to 17 px. The code found at the following location also no longer works for chrome files : https://gist.github.com/MrOtherGuy/c592f6443dd228022966cbe5715ad5c9

@-moz-document url-prefix("about:"), url-prefix("chrome://"), url-prefix("resource://"){

 :root {
     --in-content-page-color: #000080 !important;
     --in-content-text-color: #000080 !important;
     --in-content-page-background: #dbc3a3 !important;
     --in-content-box-background: #e2cfb6 !important;
     --in-content-deemphasized-text: var(--in-content-text-color) !important;
     scrollbar-color: #6495ed #d9d9d9 !important; 
     --background-color-box: var(--in-content-page-background) !important;
     --text-color: var(--in-content-text-color) !important;      
     color:var(--in-content-text-color) !important;
     --background-color-canvas: var(--in-content-page-background) !important;
     --table-row-background-color-alternate: var(--in-content-box-background) !important;    
 menulist > menupopup{ background-color: var(--in-content-page-background) !important; }}}
 

@-moz-document url-prefix("chrome:") {

 html, body, div, h1, p, table, td, tr { background-color: #dbc3a3 !important;
   color: #000080 !important;
   font-size: 17px !important; }
 tr:hover { background-color: #b3d1ff !important; }
 tr.odd:hover { background-color: #b3d1ff !important; }

}

Asked by Terry 2 hours ago

css code for chrome files no longer works

Recently (around Fx 134) css code for chrome files stopped working. The code I use is set out below. It previously changed the background colour to tan ( #dbc3a3 ), the… (read more)

Recently (around Fx 134) css code for chrome files stopped working. The code I use is set out below. It previously changed the background colour to tan ( #dbc3a3 ), the text colour to dark blue ( #000080 ) and the font size to 17 px. The code found at the following location also no longer works for chrome files : https://gist.github.com/MrOtherGuy/c592f6443dd228022966cbe5715ad5c9

@-moz-document url-prefix("about:"), url-prefix("chrome://"), url-prefix("resource://"){

 :root {
     --in-content-page-color: #000080 !important;
     --in-content-text-color: #000080 !important;
     --in-content-page-background: #dbc3a3 !important;
     --in-content-box-background: #e2cfb6 !important;
     --in-content-deemphasized-text: var(--in-content-text-color) !important;
     scrollbar-color: #6495ed #d9d9d9 !important; 
     --background-color-box: var(--in-content-page-background) !important;
     --text-color: var(--in-content-text-color) !important;      
     color:var(--in-content-text-color) !important;
     --background-color-canvas: var(--in-content-page-background) !important;
     --table-row-background-color-alternate: var(--in-content-box-background) !important;    
 menulist > menupopup{ background-color: var(--in-content-page-background) !important; }}}
 

@-moz-document url-prefix("chrome:") {

 html, body, div, h1, p, table, td, tr { background-color: #dbc3a3 !important;
   color: #000080 !important;
   font-size: 17px !important; }
 tr:hover { background-color: #b3d1ff !important; }
 tr.odd:hover { background-color: #b3d1ff !important; }

}

Asked by Terry 2 hours ago

Auto Login of Gmail

I'm not sure if this is a Firefox or Google problem, I'm guessing Firefox because it doesn't happen in Chrome. Every time I try to login to google in Firefox it auto log… (read more)

I'm not sure if this is a Firefox or Google problem, I'm guessing Firefox because it doesn't happen in Chrome.

Every time I try to login to google in Firefox it auto logs me into a specific account, I don't mean it is already logged in, I'm logged out and where the blank field is to enter your account username(email) the drop down pops up and shows all the gmail accounts and picks one on its own then procedes to the next page for the password on its own. It's like someone took control of the mouse and was doing it for me. Really pisses me off because I'm trying to login to a different account and it chooses the same one every time and I can't choose. If this is some kind of auto login feature please tell me how to turn it off.

Asked by dreamvisionhe 13 hours ago

Last reply by dreamvisionhe 2 hours ago

I need a primary care doctor who is near my home and who will continue to care for me for a long time.

My primary care doctor retired and I have been unable to find one since then. I have been to S. Anthony's on emergency basis and have pulmonary fibrosis which is improvin… (read more)

My primary care doctor retired and I have been unable to find one since then. I have been to S. Anthony's on emergency basis and have pulmonary fibrosis which is improving. I made a decision not to use Ofev but am instead using herbs and doing rehab, planning a long term rehab program which is with one provide on line. I try to walk daily but don't always manage. I am easily fatigued mentally as a result of a brain injury in 1998 which still affects me.

I am hoping for a doctor who is intelligent, understands medications and various issues. I have had heart problems, both jaws replaced, also knee and other issues related to arthritis, so I have chronic pain, swelling in ankles, and other issues.

My records are at U of C hospital where I have gone for many years but now need to not go to numerous clinics across town. Nor do I want multiple providers. I'd love to do all the work everywhere.

I am late by almost two months for Prolia injection and saw a rheumatologist but her referral didn't count because she wasn't with U of C. She realized that a pt can't miss the injections for a year.

But in spite of all that, I want a compassionate primary care doctor that will listen and be there longer than just a brief time.

Will be doing serious pf rehab and exercise program as requested by pulmonologist.

I am a retired professor and still working as a professional writer. But I feel pretty helpless and uncomfortable in terms of getting medical health and hoping I will have more confidence with dr. at S. A. or Common Spirit. Thank you for your time and I appreciate you for reading all this and being a caring physician. Also, you are highly referred by a friend of mine.

Thanks, Linda

Asked by Linda Hogan 2 hours ago